body, input, select, textarea {
    color: #ffffff;
    /*font-family: "Source Sans Pro", sans-serif;*/
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Lora', serif;
    /*font-weight: 300;*/
    font-size: 1rem;
    line-height: 1.65;
}

.inner ul li {
    list-style-type: none;
    text-transform: none;
}
.inner h1 {
    text-transform: none;
}

#question label, #callback label {
    text-transform: none;
}

div.cart_result2 {
    font-family: Lora , serif;
    font-size: 14px;
    color: #e4bf06;
    border-radius: 4px;
    white-space: pre;
    position: absolute;
    top: 53%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 13%;
    background: #191919;
    opacity: 95%;
    display: none;
    align-items: center;
    justify-content: center;
    white-space: normal!important;
    padding-left: 15px;
}
div.cart_result2 p {
    margin: 0
}

div.cart_result {
    font-family: Lora , serif;
    font-size: 14px;
    color: #e4bf06;
    border-radius: 4px;
    white-space: pre;
    position: absolute;
    top: 39.5%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 14%;
    background: #191919;
    opacity: 95%;
    display: none;
    align-items: center;
    justify-content: center;
    white-space: normal!important;
    padding-left: 15px;
}
div.cart_result p {
    margin: 0
}

.submit-wrap {
    padding-top: 0;
}

.card-body i {
    color: orange!important;
}

/*#services*/
h2.major { /*, #prices h2.major { */
    text-transform: none;
    /*font-family: 'Source Serif Pro', serif;*/
    font-weight: 300;
    letter-spacing: 0.05rem;
}

#header nav ul li a {
    padding: 0 1.25rem 0 2rem;
}

.copyright {
    text-transform: none!important;
}

@media screen and (max-width: 418px) {
    .slidercaptcha {
        padding: 6px!important;
    }
}
@media screen and (max-width: 818px) {
    div.cart_result2 {
        /*top: 53%;*/
        height: 10.8%;
        font-size: 12px;
    }
}
@media screen and (max-width: 818px) {
    div.cart_result {
        top: 41.5%;
        height: 10%;
        font-size: 12px;
    }
}
@media screen and (min-width: 818px) {
    .menu-nav, menu-nav:before, menu-nav:after {
        box-sizing: unset;
    }
}

@media screen and (max-width: 818px) {
    html, body {
        min-width: 320px;
    }

}

@media screen and (max-width: 818px) {

    form > .fields {
        width: calc(100% + 3rem);
        margin: -1.5rem 0 2rem -1.5rem;
    }

    form > .fields > .field {
        padding: 1.5rem 0 0 1.5rem;
        width: calc(100% - 1.5rem);
    }

    form > .fields > .field.half {
        width: calc(100% - 1.5rem);
    }

    form > .fields > .field.third {
        width: calc(100% - 1.5rem);
    }

    form > .fields > .field.quarter {
        width: calc(100% - 1.5rem);
    }

}

@media screen and (max-width: 818px) {

    .image.main {
        margin: 1.5rem 0;
    }

}

@media screen and (max-width: 818px) {

    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1rem 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions:not(.fixed) li > * {
        width: 100%;
    }

    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }

    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }

    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5em;
    }

}

@media screen and (max-width: 818px) {

    #wrapper {
        padding: 1rem;
    }

}

@media screen and (max-width: 818px) {

    #header {
        padding: 1.5rem 0;
    }

    #header .content .inner {
        padding: 2.5rem 0;
    }

    #header nav ul {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 10rem;
        max-width: 100%;
    }

    #header nav ul li {
        border-left: 0;
        border-top: solid 1px #ffffff;
    }

    #header nav ul li:first-child {
        border-top: 0;
    }

    #header nav ul li a {
        height: 3rem;
        line-height: 3rem;
        min-width: 0;
        width: 100%;
    }

    #header nav.use-middle:after {
        display: none;
    }

}

@media screen and (max-width: 818px) {

    #main article {
        padding: 3rem 1.5rem 0.5rem 1.5rem ;
    }

}
